Skip to content

chore(deps): update dependency coverlet.collector to v10#5600

Merged
thomhurst merged 1 commit intomainfrom
renovate/coverlet.collector-10.x
Apr 17, 2026
Merged

chore(deps): update dependency coverlet.collector to v10#5600
thomhurst merged 1 commit intomainfrom
renovate/coverlet.collector-10.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
coverlet.collector nuget major 8.0.110.0.0

Release Notes

coverlet-coverage/coverlet (coverlet.collector)

v10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MAJOR renovate-bot labels Apr 17, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 17, 2026 13:40
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a Renovate-generated dependency update bumping coverlet.collector from 8.0.110.0.0 (major version bump).

Change: Single line in Directory.Packages.props — clean and correct.

Notable improvements in v10.0.0 relevant to TUnit:

  • MTP bug fix — "Fix [BUG] Missing Coverage after moving to MTP" (#1843) is directly relevant since TUnit uses Microsoft.Testing.Platform, not VSTest. This fix likely improves coverage accuracy for TUnit-based test runs.
  • .NET 10 support — Aligns with TUnit's net10.0 multi-target.
  • Unique report filenames — Useful for parallel test runs producing multiple coverage reports.
  • IAsyncEnumerable branch rate fix — TUnit's async-heavy test patterns may benefit from more accurate branch coverage.

No concerns

The change is isolated to a dev/test tooling dependency with no impact on TUnit's runtime behavior or public API. The version skip from 8 → 10 (no v9 release) is expected per the coverlet changelog.

LGTM. The update is well-timed given TUnit's .NET 10 targeting and MTP-first architecture.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@thomhurst thomhurst merged commit e6d42c3 into main Apr 17, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/coverlet.collector-10.x branch April 17, 2026 14:13
This was referenced Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MAJOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants